home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3844 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: ChangeScreenBuffer()
  5. Date: 24 Feb 1996 04:19:29 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4gm3kh$8lk@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4gl1e7$r6s@oreig.uji.es>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Jorge Acereda Macia (ii202@rossegat.uji.es) wrote:
  14. : Hi!
  15.  
  16. : Is this busy-waiting?
  17.  
  18. :   while(NULL==ChangeScreenBuffer(DBScreen, Bitmap[CurrBuf])) ;
  19.  
  20. : How can I handle this? Doing WaitTOF() each time ChangeScreenBuffer
  21. : fails?
  22.  
  23. if the function returns NULL, you're busywaiting...
  24. waittof might not be the right routine in combination with this
  25. function, see "no waittof on cybergraphx"... :\
  26.  
  27. : Thanks in advance,
  28. : --
  29. :  ---------------------------- --------------------------------------------
  30. : |       Jorge Acereda        |      Dream the same thing everynight       |
  31. : |   ii202@rossegat.uji.es    |       I see our freedom in my sight        |
  32. : |       Intel Outside        |     No locked doors, no windows barred     |
  33. : |        Amiga Rules         |   No things to make my brain seem scarred  |
  34. :  ---------------------------- --------------------------------------------
  35.